//Alien Seismograph: a "flat", stretched representation of fft
//By Brad Greer
//bgreer44@hotmail.com

Durn="3",

CamX="60*cos(B0)", 
CamY="60*sin(B0)", 
CamZ="30*sin(t/7)",

CmLX="0",
CmLY="0",
CmLZ="0",

CUpX="0",
CUpY="0",
CUpZ="1",

B0="t/3",

C0="dt^3",
C1="st * .9",

D0="clip(fft(s)/1.5)",

R="D0-C0",	 // high points are yellow
G="D0-C0",
B="1-D0-C0",// low points are blue, and all fades

X="200*(s-.5)*(1+D0)",	//this creates the "stretch"
Y="100*cos(C1)",		//the tail makes a circle in y
Z="100*sin(C1)",		//and z

ConL=1,
ConB=0,

widt=320,
heig=300,

Scal="320",
ScSz=1,

Pers="350",

Vers=40
